projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3ea2de
)
(Ffile_attributes): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 14 Sep 2001 16:49:13 +0000
(16:49 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 14 Sep 2001 16:49:13 +0000
(16:49 +0000)
src/dired.c
patch
|
blob
|
history
diff --git
a/src/dired.c
b/src/dired.c
index 191509675607d52d46a96d0be158598505d4c8ae..83447a6de0683b532112fd23b47ae35456d9f4ba 100644
(file)
--- a/
src/dired.c
+++ b/
src/dired.c
@@
-826,7
+826,8
@@
Otherwise, list elements are:\n\
10. inode number. If inode number is larger than the Emacs integer,\n\
this is a cons cell containing two integers: first the high part,\n\
then the low 16 bits.\n\
-11. Device number.\n\
+11. Device number. If it is larger than the Emacs integer, this is\n\
+ a cons cell, similar to the inode number.\n\
\n\
If file does not exist, returns nil.")
(filename)